home *** CD-ROM | disk | FTP | other *** search
/ Univers Mac Interactif 42 / Univers Mac Interactif - Issue 42.iso / >interactif / Démos Voyager / SHININGX.DIR / 00182_Script_MOVIE SCRIPT < prev    next >
Text File  |  1994-10-26  |  344b  |  25 lines

  1. on startMovie
  2.   cursor 200
  3. end
  4.  
  5. on enterframe
  6.   cursor 200 
  7. end
  8.  
  9. on waitSound chan
  10.   if soundBusy(chan) then go the frame
  11. end
  12.  
  13. on keyDown
  14.   global autoplaying
  15.   put 0 into autoplaying
  16.   sound stop 1
  17.   sound stop 2
  18.   unloadcast
  19.   play done
  20. end
  21. end
  22.  
  23. on waitQt chan
  24. if the movierate of sprite chan = 1 then go the frame
  25. end